home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / Bonus / Plasmatech / ptscp_examples.exe / %MAINDIR% / Examples / ImageCombo / Delphi / FMain.dfm / FMain.txt
Encoding:
Text File  |  2001-08-31  |  1.2 KB  |  61 lines

  1. object FrmMain: TFrmMain
  2.   Left = 361
  3.   Top = 157
  4.   Width = 250
  5.   Height = 176
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   Caption = 'TPTImageCombo test'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object PTFrame1: TPTFrame
  17.     Left = 168
  18.     Top = 16
  19.     Height = 25
  20.     Caption = 'Item 1'
  21.   end
  22.   object PTFrame4: TPTFrame
  23.     Left = 168
  24.     Top = 112
  25.     Height = 25
  26.     Caption = 'Item 4'
  27.   end
  28.   object PTFrame2: TPTFrame
  29.     Left = 168
  30.     Top = 48
  31.     Height = 25
  32.     Caption = 'Item 2'
  33.   end
  34.   object PTFrame3: TPTFrame
  35.     Left = 168
  36.     Top = 80
  37.     Height = 25
  38.     Caption = 'Item 3'
  39.   end
  40.   object PTImageCombo1: TPTImageCombo
  41.     Left = 8
  42.     Top = 16
  43.     Width = 145
  44.     Height = 22
  45.     ImageList = ImageList1
  46.     OnSelEndOk = PTImageCombo1SelEndOk
  47.     Font.Charset = DEFAULT_CHARSET
  48.     Font.Color = clWindowText
  49.     Font.Height = -11
  50.     Font.Name = 'MS Sans Serif'
  51.     Font.Style = []
  52.     ItemHeight = 16
  53.     ParentFont = False
  54.     TabOrder = 0
  55.   end
  56.   object ImageList1: TImageList
  57.     Left = 107
  58.     Top = 60
  59.   end
  60. end
  61.